The following tables list the members exposed by SortConditionCollection<T>.
| Name | Description | |
|---|---|---|
![]() | Add | Adds a sort condition to the collection. |
![]() | AddRange | Adds a range of sort conditions to the collection. |
![]() | Clear | Clears the collection. |
![]() | Contains | Overloaded. Determines whether the specified sort-able item is in the collection. |
![]() | IndexOf | Overloaded. Gets the index of the specified sort-able item in the collection. |
![]() | Insert | Inserts a sort condition into the collection. |
![]() | InsertRange | Inserts a range of sort conditions into the collection. |
![]() | Remove | Overloaded. Removes a sort-able item from the collection. |
![]() | RemoveAt | Removes the sort condition at the specified index. |
![]() | ReplaceAll | Clears the existing sort conditions from the collection and replaces them with new entries in a single atomic operation. |